func runtime.gcmarknewobject

7 uses

	runtime (current package)
		arena.go#L775: 		gcmarknewobject(span, span.base())
		malloc.go#L1213: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1315: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1406: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1499: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1573: 		gcmarknewobject(span, uintptr(x))
		mgcmark.go#L1769: func gcmarknewobject(span *mspan, obj uintptr) {